home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
ZIPPROGS.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-25
|
226b
|
11 lines
@echo off
cls
echo Here is a listing of ZIP program files.
echo Press any key to begin searching...
pause >nul
echo on
ffg /p *:*zip*.[exe,com]
@echo off
echo Done. Press any key for next demonstration...
pause>nul